home *** CD-ROM | disk | FTP | other *** search
- object LogDlg: TLogDlg
- Left = 12
- Top = 122
- BorderStyle = bsDialog
- Caption = 'Log Current Telephone Call'
- ClientHeight = 243
- ClientWidth = 346
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 5
- Top = 3
- Width = 337
- Height = 204
- Caption = 'Telephone Call'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 23
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Number:'
- end
- object NoCalled: TLabel
- Left = 88
- Top = 23
- Width = 201
- Height = 18
- AutoSize = False
- Caption = 'Number Called'
- end
- object Label2: TLabel
- Left = 8
- Top = 47
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Started:'
- end
- object STime: TLabel
- Left = 88
- Top = 47
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Number Called'
- end
- object Label4: TLabel
- Left = 176
- Top = 47
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Duration:'
- end
- object DTime: TLabel
- Left = 256
- Top = 47
- Width = 73
- Height = 18
- AutoSize = False
- end
- object Label3: TLabel
- Left = 10
- Top = 78
- Width = 95
- Height = 18
- AutoSize = False
- Caption = '&Comments:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 9
- Top = 72
- Width = 320
- Height = 9
- Shape = bsTopLine
- end
- object Edit1: TMemo
- Left = 10
- Top = 97
- Width = 319
- Height = 101
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Button1: TButton
- Left = 5
- Top = 211
- Width = 110
- Height = 30
- Caption = 'Call Finished'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 232
- Top = 211
- Width = 110
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 119
- Top = 211
- Width = 110
- Height = 30
- Cancel = True
- Caption = 'OK'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-